home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 612 b | 34 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWCommon.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWCOMMON_H
- #define FWCOMMON_H
-
- #ifndef FWENVDEF_H
- #include "FWEnvDef.h"
- #endif
-
- #ifndef FWPRIMEM_H
- #include "FWPriMem.h"
- #endif
-
- #ifndef FWPRISTR_H
- #include "FWPriStr.h"
- #endif
-
- #ifndef FWSTDDEF_H
- #include "FWStdDef.h"
- #endif
-
- #ifndef FWTHRDGD_H
- #include "FWThrdGd.h"
- #endif
-
- #endif
-